home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
11
/
0
/
DISK1105.ZIP
/
HELP
/
#EDIT4.2
< prev
next >
Wrap
Text File
|
1988-06-01
|
4KB
|
92 lines
╔══════════════════════════════════════════════════════════════╗
║ ║
║ STEP-BY-STEP F L O W REPRESENTATION ║
║ ║
╚══════════════════════════════════════════════════════════════╝
PROCESS IDENTIFICATION
Input data for BEST-PLAN is segmented by process or
sections. This could be looked at as BLOCKS of information.
It starts with a PROCESS declaration and terminates with
another PROCESS statement. An END statement may also be
used to terminate a PROCESS statement.
The PROCESS declaration is as follows:
PROCESS @ppp = name identification (30-characters)
@ppp = process number (1-999)
PROCESS,MACHINE,SECTION,UNIT are synonymous and can be
used interchangeably.(see. UTILITY)
...more information on next view
RESOURCE IDENTIFICATION
A resource will have some information associated with
it (i.e. price, limits/demands, volume). Some of these are
entered by the planner during data-entry and some computed
by BEST-PLAN after the optimization of the plan. Some
resources are defined as intermediate resources. These
resources are produced by a process and consumed by another
within the plan. Their importance to reporting may be
considered minimal since they are not sold or bought. The
minimal informational requirement for a resource is the
resource number (1-9999) and name identification.
Resource data declaration is as follows:
RESOURCE #nnnn = name identification(30-characters)
#nnnn = resource number (1-9999)
RESOURCE,MATERIALS are synonymous and can be used
interchangeably.(see. UTILITY)
...more information on next view
ACTIVITY IDENTIFICATION
ACTIVITY is the performance of a given resource within a
process, whether it is consumed or produced. Activities
will have the same information as resources i.e. price/cost,
internal cost, total price, volume, limits (low/upper) and
reduce cost. An activity is diferrent from a resource in
that it only pertains to a specific process or section of
the plan. Therefore, a resource is the aggregated and/or
the averaged of all its activities.
The ACTIVITY is identified as follows:
@ppp #nnnn = Activity number
@ppp = process number (1-999)
#nnnn = resource number (1-9999)
Activity data declaration is as follows:
ACTIVITY @ppp #nnnn = name identification(30-characters)
...more information on next view
══════════════════════════════════════════════════════════════
NAMING CONVENTION FOR DATA
══════════════════════════════════════════════════════════════
"RAW" Solution LIST
and Report Template
code . . . . . . . #nnnn
@ppp =process no. @ppp #nnnn
#nnnn =resource no.
name identification NM
(assigned by planner)
price or cost(unit) P$
internal cost I$
low limit LL
upper limit UL
fixed limit(low=upper) FX
volume VL
total price T$
reduce cost(shadow price) R$
...try other screens